ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TileTagHelper<TControl> Class
Properties Methods


In This Topic
    TileTagHelper<TControl> Class Members
    In This Topic

    The following tables list the members exposed by TileTagHelper<TControl>.

    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.Tile.AllowDrag. Sets a boolean value decides whether the tiles could be dragged.  
    Public PropertyConfigurates C1.Web.Mvc.Tile.AllowHide. Sets a boolean value decides whether the tiles could be hidden.  
    Public PropertyConfigurates C1.Web.Mvc.Tile.AllowMaximize. Sets a boolean value decides whether the tiles could be maximized.  
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Tile.Content. Sets the tile content(text/html) or the selector of a Dom element which contains the content.  
    Public PropertyConfigurates C1.Web.Mvc.Tile.HeaderText. Sets the tile header title.  
    Public PropertyConfigurates C1.Web.Mvc.Tile.MaxResizeHeight. Sets the default maximum height of the tile when resize.  
    Public PropertyConfigurates C1.Web.Mvc.Tile.MaxResizeWidth. Sets the default maximum width of the tile when resize.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.Tile.ShowHeader. Sets a boolean value decides whether to show the header.  
    Public PropertyConfigurates C1.Web.Mvc.Tile.ShowToolbar. Sets a boolean value decides whether to show the toolbar.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public PropertyConfigurates C1.Web.Mvc.Tile.Visible. Sets a boolean value decides whether to show the tile.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the T instance. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Top
    See Also